home *** CD-ROM | disk | FTP | other *** search
- void set_baudrate(unsigned int baud_rate);
- int char_waiting(void);
- void send_modem_string(char *s);
- void set_rts(unsigned int i);
- void set_dtr(unsigned int i);
- void clear_receive_buffer(void);
- void clear_xmit_buffer(void);
- void com_open(unsigned int baud_rate, unsigned int irq, unsigned int base_address,
- unsigned int r_size, unsigned int x_size);
- void com_close(void);
- void com_out_buf(unsigned char huge *s, unsigned int length);
- void com_get_buf(unsigned char huge *s, unsigned int length);
- void com_out_char(char ch1);
- void com_out_uchar(unsigned char ch1);
- void com_out_char_str(char *s);
- char com_get_char(void);
- unsigned char com_get_uchar(void);
-